OpenBuildings GenerativeComponents Help

Block comment

A block comment begins with the symbol /* (a slash followed by an asterisk) and continues through the symbol */ (an asterisk followed by a slash).

Block comments may not be nested.

Example

Since this example spans multiple lines, it cannot be tested in the script console.

/* A block comment may appear anywhere.
	A block comment may enclose any amount of text,
	and span any number of lines. */